Printer Functions
PHP Manual

printer_end_doc

(PECL printer CVS)

printer_end_docClose document

Descripción

bool printer_end_doc ( resource $printer_handle )

Closes a new document in the printer spooler. The document is now ready for printing. For an example see printer_start_doc().

Lista de parámetros

printer_handle

printer_handle must be a valid handle to a printer.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.


Printer Functions
PHP Manual